home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / dev / c / libiconv_src.lha / NEWS < prev    next >
Encoding:
Text File  |  2000-11-07  |  2.7 KB  |  68 lines

  1. New in 1.4:
  2. * Added GB18030, BIG5HKSCS converters.
  3. * Portability to OS/2 with emx+gcc.
  4.  
  5. New in 1.3:
  6. * Added UCS-2BE, UCS-2LE, UCS-4BE, UCS-4LE converters.
  7. * Fixed the definition of EILSEQ on SunOS4.
  8. * Fixed a build problem on OSF/1.
  9. * Support for building as a shared library on Win32.
  10.  
  11. New in 1.2:
  12. * Added UTF-16BE and UTF-16LE converters.
  13. * Changed the UTF-16 encoder.
  14. * Fixed the treatment of tab characters in the UTF-7 converter.
  15. * Fixed an internal error when output buffer was not large enough.
  16.  
  17. New in 1.1:
  18. * Added ISO-8859-16 converter.
  19. * Added CP932 converter, a variant of SHIFT-JIS.
  20. * Added CP949 converter, a variant of EUC-KR.
  21. * Improved the ISO-2022-CN-EXT converter: It now covers the ISO-IR-165 range.
  22. * Updated the ISO-8859-8 conversion table.
  23. * The JOHAB encoding is deprecated and not documented any more.
  24. * Fixed two build problems: 1. "make -n check" failed. 2. When libiconv was
  25.   already installed, "make" failed.
  26.  
  27. New in 1.0:
  28. * Added transliteration facilities.
  29. * Added a test suite.
  30. * Fixed the iconv(3) manual page and function: the return value was not
  31.   described correctly.
  32. * Fixed a bug in the CP1258 decoder: invalid bytes now yield EILSEQ instead of
  33.   U+FFFD.
  34. * Fixed a bug in the Georgian-PS encoder: accept U+00E6.
  35. * Fixed a bug in the EUC-JP encoder: reject 0x8E5C and 0x8E7E.
  36. * Fixed a bug in the KSC5601 and JOHAB converters: they recognized some Hangul
  37.   characters at some invalid code positions.
  38. * Fixed a bug in the EUC-TW decoder; it was severely broken.
  39. * Fixed a bug in the CP950 converter: it recognized a dubious BIG5 range.
  40.  
  41. New in 0.3:
  42. * Reduced the size of the tables needed for the JOHAB converter.
  43. * Portability to Win32.
  44.  
  45. New in 0.2:
  46. * Added KOI8-RU, CP850, CP866, CP874, CP950, ISO-2022-CN-EXT, GBK and
  47.   ISO-2022-JP-1 converters.
  48. * Added MACINTOSH as an alias for MAC-ROMAN.
  49. * Added ASMO-708 as an alias for ISO-8859-6.
  50. * Added ELOT_928 as an alias for ISO-8859-7.
  51. * Improved the EUC-TW converter: Treat CNS 11643 plane 3.
  52. * Improved the ISO-2022-KR and EUC-KR converters: Hangul characters are
  53.   decomposed into Jamo when needed.
  54. * Improved the CP932 converter.
  55. * Updated the CP1133, MULELAO-1 and ARMSCII-8 mappings.
  56. * The EUC-JP and SJIS converters now cover the user-defined range.
  57. * Fixed a possible buffer overrun in the JOHAB converter.
  58. * Fixed a bug in the UTF-7, ISO-2022-*, HZ decoders: a shift sequence a the
  59.   end of the input no longer gives an error.
  60. * The HZ encoder now always terminates its output in the ASCII state.
  61. * Use a perfect hash table for looking up the aliases.
  62.  
  63. New in 0.1:
  64. * Portability to Linux/glibc-2.0.x, Linux/libc5, OSF/1, FreeBSD.
  65. * Fixed a bug in the EUC-JP decoder. Extended the ISO-2022-JP-2 converter.
  66. * Made TIS-620 mapping consistent with glibc-2.1.
  67.  
  68.